feat: Add deprecation warning for Vision API#2469
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2469 +/- ##
=======================================
Coverage 48.86% 48.86%
=======================================
Files 191 191
Lines 26152 26161 +9
=======================================
+ Hits 12778 12783 +5
- Misses 13374 13378 +4
🚀 New features to boost your workflow:
|
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces a deprecation warning for the Vision API. The changes are well-structured, including updates to the code to raise a warning, modifications to the documentation to reflect the deprecation, and new tests to verify the warning is emitted correctly. I have a few suggestions to align the code with the style guide and improve the implementation of the warning.
…d UserWarning with FutureWarning
Summary of ChangesHello @mallpunk, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a deprecation warning for the Vision API across the SDK and its associated documentation. The primary goal is to proactively inform users about the API's planned removal in a future version, guiding them towards recommended alternatives and ensuring a smooth transition for any existing integrations. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request effectively adds a deprecation warning for the Vision API, which is a necessary step for API lifecycle management. The changes include adding FutureWarning to the relevant API methods, updating the documentation to reflect the deprecation, and adding tests to ensure the warnings are correctly triggered. The implementation is solid. I have one suggestion to improve the developer experience by adjusting the stacklevel of the warning to point directly to the user's code.
|
🦄 |

Added deprecation warning for Vision API.
Ref https://docs.cognite.com/cdf/deprecated#deprecated-and-retired-features